home *** CD-ROM | disk | FTP | other *** search
-
- .? help in main menu
-
- This program is used to Edit, Compile, Link and Run
- PASCAL-XSC programs.
-
- Enter the letter "h" to enter the help menu or
- Enter the letter "q" to leave this program.
-
- .Display Main menu
-
- PASCAL-XSC to C Development System Commands are:
-
- E = Enter the Editor
- C = Compile a PASCAL-XSC program
- M = Make a PASCAL-XSC program
- L = edit a Listing file
- P = Print a file
- R = Run a PASCAL-XSC program
- F = Change the file to work on
- Y = sYstem call
- D = toggle DISPLAY MAIN MENU
- H = Help menu
- Q = Quit (leave) the PASCAL-XSC development system
-
- .Help help in submenu
-
- ****************
- * Help submenu *
- ****************
- Read the output of the help menu carefully and answer the prompt in the
- cursor line.
- Enter "f" for help on changing the current file.
- Enter "e" for help on editing the current file.
- Enter "c" for help on compiling the current file.
- Enter "m" for help on compiling and linking the current file.
- Enter "r" for help on running the compiled program.
- Enter "l" for help on editing the listing file.
- Enter "p" for help on printing the current file.
- Enter "y" for help on system calls.
- Enter "d" for help on toggling the "display main menu".
- Enter "h" for help on the help feature.
- Enter "q" for help on leaving this program.
-
-
- .Filename
-
- You are going to change the name of the file to be
- edited, compiled and run.
-
- Enter the letter "p" to switch to a main program or
- the letter "m" to switch to a module or
- the letter "o" to switch to an other file or
- a digit to switch to a stored filename
- the letter "n" followed by a new filename or
- the letter "h" to display this help or
- the letter "q" to leave the FILENAME command without change
- ending with RETURN.
-
- .filename
-
- The FILENAME command changes the name of the file to be
- edited, compiled and run.
-
- Enter the letter "f" followed by
- the letter "p" to switch to a main program or
- the letter "m" to switch to a module or
- the letter "o" to switch to an other file or
- a digit to switch to a file, already specified
- the letter "n" followed by a new filename or
- the letter "h" to display help on the FILENAME command or
- the letter "q" to leave the FILENAME command without change
- ending with RETURN.
-
- .edit
-
- The EDIT command enters the editor to edit the current file or a
- specified file.
-
- Enter the letter "e" and hit RETURN or
- Enter the letter "e" followed a filename and hit RETURN.
-
- .print
-
- The PRINT command prints the current file on a line printer.
-
- Enter the letter "p" and hit RETURN.
-
- .compile
-
- The COMPILE command starts the PASCAL-XSC compiler, the C compiler and
- the linker.
-
- Enter the letter "c" and hit RETURN.
-
- .make
-
- The MAKE command starts the PASCAL-XSC compiler, the C compiler and
- the linker.
-
- Enter the letter "m" and hit RETURN.
-
- .run
-
- The RUN command starts the PASCAL-XSC program of the file specified
- by the FILE command.
-
- Enter the letter "r" followed by the program parameters.
- If you enter only the letter "r" followed by the RETURN key, you are
- requested to enter the program parameters.
- If you do not want to specify program parameters, just hit the RETURN key
- twice.
-
- Enter "rr" followed by the RETURN key to rerun the program with the
- program parameters specified in the previous RUN command.
-
- .list
-
- The LISTING command allows you to edit the listing file and creates a new
- pascal source file from the listing file.
-
- The listing file contains error messages of the PASCAL-XSC compiler and the
- pascal source lines.
- All lines starting with "!" are message line and will be deleted
- automatically after leaving the editor.
- All other lines are pascal source lines. Pascal source lines must not start
- with "!".
-
- Enter the letter "l" and hit RETURN.
-
- .ystem
-
- The SYSTEM command executes a system command or enters a system shell.
-
- Enter the letter "y" followed by the system command to execute the
- command.
- Enter the letter "y" followed by the RETURN key only to enter a system
- shell.
-
- .display
-
- The DISPLAY command toggles the "display main menu" switch.
-
- If the main menu appears automatically,
- Enter the letter "d" and hit RETURN to suppress the main menu
- and the "Hit RETURN to continue" prompt.
-
- If the main menu does not appear,
- Enter the letter "d" and hit RETURN to display the main menu
-
- .help
-
- The HELP command gives online help.
-
- You may type the letter "h" followed by the RETURN key to display the
- help menu or
- you may type "h" followed by a command letter to display help on
- the command. This mode suppresses the help menu.
-
- .quit
-
- The QUIT command "q" stops this program.
-
- ..